ImageGear PDF v25.2 - Updated
ImGearARTFilledPolygon Constructor(ImGearPoint[],IImGearRGBQuad,Boolean)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTFilledPolygon Class > ImGearARTFilledPolygon Constructor : ImGearARTFilledPolygon Constructor(ImGearPoint[],IImGearRGBQuad,Boolean)
Raw points array to create a polygon from.
Fill color of the mark.
Specifies whether the mark is highlighted or not.
Initializes a new instance of the ImGearARTFilledPolygon class object.
Syntax
'Declaration
 
Public Function New( _
   ByVal points() As ImGearPoint, _
   ByVal fillColor As IImGearRGBQuad, _
   ByVal isHighlighted As Boolean _
)
'Usage
 
Dim points() As ImGearPoint
Dim fillColor As IImGearRGBQuad
Dim isHighlighted As Boolean
 
Dim instance As New ImGearARTFilledPolygon(points, fillColor, isHighlighted)
public ImGearARTFilledPolygon( 
   ImGearPoint[] points,
   IImGearRGBQuad fillColor,
   bool isHighlighted
)
public: ImGearARTFilledPolygon( 
   ImGearPoint[]* points,
   IImGearRGBQuad* fillColor,
   bool isHighlighted
)
public:
ImGearARTFilledPolygon( 
   array<ImGearPoint>^ points,
   IImGearRGBQuad^ fillColor,
   bool isHighlighted
)

Parameters

points
Raw points array to create a polygon from.
fillColor
Fill color of the mark.
isHighlighted
Specifies whether the mark is highlighted or not.
See Also

Reference

ImGearARTFilledPolygon Class
ImGearARTFilledPolygon Members
Overload List
ImGearPoint Structure
ImGearRGBQuad Structure

Is this page helpful?
Yes No
Thanks for your feedback.